home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 December
/
PCWorld_2007-12_cd.bin
/
domacnost a kancelar
/
autoit
/
autoit-v3-setup.exe
/
Examples
/
Helpfile
/
comments-start.au3
< prev
next >
Wrap
Text File
|
2007-09-08
|
183b
|
8 lines
#comments-start
MsgBox(4096, "", "This won't be executed")
MsgBox(4096, "", "Or this")
#comments-end
;;; #cs
MsgBox(4096, "", "This will print if '#cs' is commented out.")
#ce